home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Bugs.DIR / 00099_Script_99 < prev    next >
Text File  |  1997-08-06  |  444b  |  20 lines

  1. on blorb
  2.   global hand  
  3.   if hand = "squash" then
  4.     cursor 200
  5.     set the membernum of sprite 17 to 14
  6.     set the locH of sprite 17 to the mouseH
  7.     set the locV of sprite 17 to the mouseV
  8.     updatestage
  9.   end if    
  10.   if hand = "pickup" then
  11.     cursor 200
  12.     set the membernum of sprite 17 to 20
  13.     set the locH of sprite 17 to the mouseH
  14.     set the locV of sprite 17 to the mouseV
  15.     updatestage
  16.   end if
  17. end
  18.  
  19.  
  20.